home *** CD-ROM | disk | FTP | other *** search
- FakeOn.Doc
-
- FakeOn is an utility which alowes the sysop to put fake information into
- the UserOn.BBS file. The reason for this is beont me, but since there is
- a market for these programs and since UserOn already works with the
- UserOn.BBS file anyhow, I added such an utility to this package.
-
- Parameters:
-
- -#<Node> Nodenumber between 1 and 255.
-
- This parameter is obligatory. It defines the node to act on. Only the
- -Wait command can be given without a node.
-
- -Q Quiet mode. No screenoutput.
-
- Mostly for batchfiles. Keep it quiet. Errormessages are always send
- to the screen anyhow.
-
- -N=<Name> Fake username.
-
- Fill the namefield with the value <name>
-
- -A=<Alias> Fake useralias.
-
- Fill the handle field with the value <Alias>
-
- -B=<Bps> Baudrate. 0 = Local
-
- Fill the baudrate. Every value up to 65535 will do.
-
- -C=<City> Name of location.
-
- Set the fakeuser's location.
-
- -D=<Desc> Statusdescription.
-
- Put a description (up to 10 characters) into the descriptionfield.
- This also sets the status value to 255.
-
- -NC=<Calls> No calls. Between 0 and 65535
-
- Fill the No. calls field.
-
- -S=<Status> 0-Browsing 1-Filetransfer
- 2-Messages 3-Door/external
- 4-Chatting 5-Questionair
- 6-RTC 7-New user
- Fill the status field. Determine what the user is doing.
-
-
- -Hid -!Hid Hidden on/off
- -Chat -!Chat Chat indicator On/off
- -Dist -!Dist Do not disturb on/off
-
- Turn the usertoggles on/off.
-
-
- -LogOn User loging on.
-
- Fake a userlogon by creating a rabusy.<node> file.
-
- -LogOff LogOff user.
-
- Clear the useron fields and delete the rabusy.<node> file.
-
- -Wait=<seconds>
-
- Wait for <seconds> seconds. Give back multitasker timeslices.
-
-
- -Sys=<Text> Write a SysDoes.<node>
- -Does=<Text> Write a UserDoes.<node>
-
- Create a UserDoes or SysDoes file.
-
-
- General:
-
- Spaces in names, locations and other strings should be replaced with
- underscores. FakeOn is full multitasker awear and will return timeslices
- when nessecary.
-
- Example:
-
- Log in a user on node 4
-
- FakeOn -#4 -LogOn
- FakeOn -Wait=5
- FakeOn -#4
- FakeOn -#4 -N=Joe_Doe -A=Toedeloe -B=14401 -C=Hobboken -Chat -NC=102
- FakeOn -Wait=10
- FakeOn -#4 -S=3 -does=is_hacking_the_System
- FakeOn -wait=20
- FakeOn -#4 -LogOff
-